docs(setup): document interactive tool picker (#495 Slice 4) - #508
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the completed cross-platform interactive tool picker from #495 after PRs #505 and #506. The README now owns the public invocation and behavior contract, while ARCHITECTURE.md owns implementation boundaries and ordered-selection guarantees.
Changes
Test plan
C:\Program Files\Git\bin\bash.exe tests/test_setup_flags.sh-- 50 passedC:\Program Files\Git\bin\bash.exe tests/test_tui_bash.sh-- 32 passedpowershell -NoProfile -ExecutionPolicy Bypass -File tests\test_setup_flags_pwsh.ps1-- 50 passedpowershell -NoProfile -ExecutionPolicy Bypass -File tests\test_tui_pwsh.ps1-- 10 passedC:\Program Files\Git\bin\bash.exe setup.sh --help-- passedpowershell -NoProfile -ExecutionPolicy Bypass -File setup.ps1 -Help-- passedpython scripts\lib\ascii-sweep.py --dry-run-- 16 Markdown files scanned, 0 editsgit diff --check-- passedRelated
Closes #495
Hygiene checklist
.ps1/test_windows_setup.ps1/.ymlfiles (no em dashes, curly quotes, smart apostrophes -- they break PS 5.1 CP1252 parsing)